home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / midiamp3 / maqmidia.txt < prev    next >
Text File  |  1998-07-11  |  7KB  |  198 lines

  1. Maquisistem Midia MP3 OCX 3.0.2
  2.  
  3. These are the methods , events and properties of the version 3.0.2 
  4.  
  5. If you want more features inside this control , please , send a email to maquisistem@geocities.com with your requirements
  6.  
  7. the (3.0.0) refer to functions inserted or modified in the version 3.0.0
  8. the (3.0.2) refer to functions inserted or modified in the version 3.0.2
  9. the (*) refer to changes , improvements or bugs fixeds inside the function since the version 2.1
  10.  
  11. Sub AboutBox()
  12.     Member of MaqMidia30.MaqMidia
  13.     to show a about box
  14.  
  15. (3.0.0)Sub CDVolumeGet(LeftVolume As Long, RightVolume As Long)
  16.     Member of MaqMidia30.MaqMidia
  17.     to get the atual position of the CD volume
  18.  
  19. (3.0.0)Event CDVolumeRefresh(LeftVolume As Long, RightVolume As Long)
  20.     Member of MaqMidia30.MaqMidia
  21.     event to refresh the position of the CD volume
  22.     
  23. (3.0.0)Sub CDVolumeSet(LeftVolume As Long, RightVolume As Long)
  24.     Member of MaqMidia30.MaqMidia
  25.     to set the new position of the CD volume
  26.  
  27. (3.0.2)Event Click()
  28.     Member of MaqMidia30.MaqMidia
  29.     click event 
  30.  
  31. (3.0.2)Sub ControlFreq(TimerRefresh As Long)
  32.     Member of MaqMidia30.MaqMidia
  33.     to set the refresh of the control , the default value is 1000 ( one second)
  34.  
  35. Event DblClick()
  36.     Member of MaqMidia30.MaqMidia
  37.     double click event
  38.  
  39. (*)Event Finished()
  40.     Member of MaqMidia30.MaqMidia
  41.     event finished in the end of the playback
  42.  
  43. (3.0.0)Sub InitializeMixer()
  44.     Member of MaqMidia30.MaqMidia
  45.     this function force a feedback from the  system to start or refresh the initial position of the entire mixer inside the application , (recommended in the activate of the form)
  46.  
  47. (3.0.0)Sub InternalVolume(IntVol As Long)
  48.     Member of MaqMidia30.MaqMidia
  49.     function to set the internal volume of the control ( cannot be applied to all devices)
  50.  
  51. (3.0.0)Sub LineVolumeGet(LeftVolume As Long, RightVolume As Long)
  52.     Member of MaqMidia30.MaqMidia
  53.     to get the atual position of the Line volume
  54.  
  55. (3.0.0)Event LineVolumeRefresh(LeftVolume As Long, RightVolume As Long)
  56.     Member of MaqMidia30.MaqMidia
  57.     event to refresh the position of the Line volume
  58.  
  59. (3.0.0)Sub LineVolumeSet(LeftVolume As Long, RightVolume As Long)
  60.     Member of MaqMidia30.MaqMidia
  61.     to set the new position of the Line volume
  62.  
  63. (3.0.0)Sub MasterVolumeGet(LeftVolume As Long, RightVolume As Long)
  64.     Member of MaqMidia30.MaqMidia
  65.     to get the atual position of the Master volume
  66.  
  67. (3.0.0)Event MasterVolumeRefresh(LeftVolume As Long, RightVolume As Long)
  68.     Member of MaqMidia30.MaqMidia
  69.     event to refresh the position of the Master volume
  70.  
  71. (3.0.0)Sub MasterVolumeSet(LeftVolume As Long, RightVolume As Long)
  72.     Member of MaqMidia30.MaqMidia
  73.     to set the new position of the Master volume
  74.  
  75. (3.0.2)Event MCIError(ErrorCode As String)
  76.     Member of MaqMidia30.MaqMidia
  77.     event to monitor the error returned from the system
  78.  
  79. (3.0.0)Sub MicroVolumeGet(LeftVolume As Long)
  80.     Member of MaqMidia30.MaqMidia
  81.     to get the atual position of the Microphone  volume
  82.  
  83. (3.0.0)Event MicroVolumeRefresh(LeftVolume As Long)
  84.     Member of MaqMidia30.MaqMidia
  85.     event to refresh the position of the microphone volume
  86.  
  87. (3.0.0)Sub MicroVolumeSet(LeftVolume As Long)
  88.     Member of MaqMidia30.MaqMidia
  89.     to set the new position of the microphone volume
  90.  
  91. (*)(3.0.0)Sub Midiafile(Midi As String, loopMe As Boolean, [PlayNow As Boolean])
  92.     Member of MaqMidia30.MaqMidia
  93.     define the file to playback , and the arguments also
  94.  
  95. Event MidiaLength(Length As String)
  96.     Member of MaqMidia30.MaqMidia
  97.     event with the lenght of the midia file
  98.  
  99. Event MidiaPosition(Length As String)
  100.     Member of MaqMidia30.MaqMidia
  101.     event- retrieve the position of the midia file in miliseconds
  102.  
  103. Sub MidiaSpeed(speed As Long)
  104.     Member of MaqMidia30.MaqMidia
  105.     to define the playback speed of movies
  106.  
  107. Sub MidiTempo(Mytempo As Long)
  108.     Member of MaqMidia30.MaqMidia
  109.     to define the speed of the playback of midi files
  110.  
  111. (3.0.0)Sub MidiVolumeGet(LeftVolume As Long, RightVolume As Long)
  112.     Member of MaqMidia30.MaqMidia
  113.     to get the atual position of the Midi volume
  114.  
  115. (3.0.0)Event MidiVolumeRefresh(LeftVolume As Long, RightVolume As Long)
  116.     Member of MaqMidia30.MaqMidia
  117.     event to refresh the position of the Midi  volume
  118.  
  119. (3.0.0)Sub MidiVolumeSet(LeftVolume As Long, RightVolume As Long)
  120.     Member of MaqMidia30.MaqMidia
  121.     to set the new position of the Midi  volume
  122.  
  123. (3.0.2)Event Modechanged(Mymode As String)
  124.     Member of MaqMidia30.MaqMidia
  125.     event to monitor the status mode of the control
  126.  
  127. (*)(3.0.2)Sub MovieFullScreen(ForceResumeOnReturn As Boolean)
  128.     Member of MaqMidia30.MaqMidia
  129.     define the playback in fullscreen and the you can set also if the playback resume when you return of the fullscreen option
  130.  
  131. Sub PauseMidia()
  132.     Member of MaqMidia30.MaqMidia
  133.     to pause the playback
  134.  
  135. (3.0.0)Sub PCVolumeGet(LeftVolume As Long, RightVolume As Long)
  136.     Member of MaqMidia30.MaqMidia
  137.     to get the atual position of the PC speaker volume
  138.  
  139. (3.0.0)Event PCVolumeRefresh(LeftVolume As Long)
  140.     Member of MaqMidia30.MaqMidia
  141.     event to refresh the position of the PC speaker volume
  142.  
  143. (3.0.0)Sub PCVolumeSet(LeftVolume As Long)
  144.     Member of MaqMidia30.MaqMidia
  145.     to set the new position of the Pc speaker volume
  146.  
  147. (3.0.2)Sub Play()
  148.     Member of MaqMidia30.MaqMidia
  149.     to play the actual media file
  150.  
  151. Property PlaybackBar As Boolean
  152.     Member of MaqMidia30.MaqMidia
  153.     to define if the playbar is visible or not
  154.  
  155. Sub PlayReverse(Fullscreen As Boolean)
  156.     Member of MaqMidia30.MaqMidia
  157.     to play avi files in reverse mode ( cannot be applied to all movie files)
  158.  
  159. Event PositionChanged(Position As Long)
  160.     Member of MaqMidia30.MaqMidia
  161.     ocurs in every change of the frames
  162.  
  163. Event Resize()
  164.     Member of MaqMidia30.MaqMidia
  165.     event raised in every change of the size  inside the control
  166.  
  167. Sub ResizeControl()
  168.     Member of MaqMidia30.MaqMidia
  169.     function to force the rezise of the control
  170.  
  171. Sub ResizeWindow(ScaleZoom As Long)
  172.     Member of MaqMidia30.MaqMidia
  173.     to force the resize of the window to fit the movie with the especific percent of the image
  174.  
  175. Sub ResumeMidia()
  176.     Member of MaqMidia30.MaqMidia
  177.     to resume the playback
  178.  
  179. Sub SeekTo(Myseek As Long)
  180.     Member of MaqMidia30.MaqMidia
  181.     to jump to anothers parts of the playback file
  182.  
  183. (*)Sub StopMidia()
  184.     Member of MaqMidia30.MaqMidia
  185.     to stop completely the playback
  186.  
  187. (3.0.0)Sub WaveMovieVolumeGet(LeftVolume As Long, RightVolume As Long)
  188.     Member of MaqMidia30.MaqMidia
  189.     to retrieve the atual position of the Wave volume
  190.  
  191. (3.0.0)Event WaveMovieVolumeRefresh(LeftVolume As Long, RightVolume As Long)
  192.     Member of MaqMidia30.MaqMidia
  193.     event to refresh the position of the wave volume
  194.  
  195. (3.0.0)Sub WaveMovieVolumeSet(LeftVolume As Long, RightVolume As Long)
  196.     Member of MaqMidia30.MaqMidia
  197.     to set the new position of the wave volume
  198.